home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / typinstr.arc / LSN18.DAT < prev    next >
Text File  |  1991-03-20  |  1KB  |  34 lines

  1. 7,14,8,2,12,2,13,4,1,-2,12,-2,13,-4,9,-4,10,-1,7
  2. "  ","  ",FANTASTIC!  LOOK OUT FOR THE NEXT WORLD CHAMPION TYPIST!
  3. [ ] { } < > ^
  4. [ and ] are typed in lower case mode.  ^ { } < > are typed in SHIFT mode.
  5. ^ is RIGHT of the divider and is typed with the RIGHT first finger.
  6. ;[
  7. 2,3,11,2,12
  8. ;]
  9. 2,3,11,2,13
  10. ;{
  11. 3,3,11,4,1,-2,12
  12. ;}
  13. 3,3,11,4,1,-2,13
  14. j^
  15. 3,3,8,4,1,-1,7
  16. k<
  17. 3,3,9,4,1,-4,9
  18. l>
  19. 3,3,10,4,1,-4,10
  20. ;[[ ;[[]] ;[[]]^^
  21. ;{{ ;{{}} ;{{}}^^
  22. j^^ j^^<< j^^<<>>
  23. k<< k<<>> k<<>>[]
  24. Computer operating systems use A> or B> as a disk drive designator.
  25. The caret (^) is used in BASIC to denote exponentiation: 2^3 = 8.
  26. Brackets ([]) enclose program statement options: FILES[ "[d:] filename"].
  27. COLOR [foreground] [,[background] [,border]]; DELETE [line 1] [-[line 2]]
  28. Upper-case braces can be used to denote sets: {all people} {spotted dogs}.
  29. Enclose () in []; enclose [] in {}: a[2(x + y)] or b + {2 - a[2(x + y)]}.
  30. The arithmetic symbol "<" means "is less than": 1<2, 3<4, 5<6, 7<8, 9<10.
  31. The symbol ">" means "is greater than": 9>8, 8>7, 7>6, 6>5, 4>3, 2>1, 1>0.
  32. A = {all tigers}; B = {all cats}; C = {all animals}; so A < B but C > B.
  33. 2^3 = 8 and 3^2 = 9, so 2^3 < 3^2; 3^4 = 81 and 4^3 = 64, so 3^4 > 4^3.
  34.